# 0 - Pre-War Torpedo Bomber
model = {
	cost 						= 8
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 250
	surfacedetectioncapability	= 2
	airdetectioncapability		= 0
	surfacedefence				= 4
	airdefence					= 1
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 1
	navalattack					= 3
	range						= 200
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 1 - Basic Torpedo Bomber (TBD Devastator)
model = {
	cost 						= 10
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 400
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 7
	airdefence					= 2
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 3
	navalattack					= 6
	range						= 600 # -20%
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 2 - Improved Torpedo Bomber (TBM Avenger)
model = {
	cost 						= 12
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 450
	surfacedetectioncapability	= 4
	airdetectioncapability		= 1
	surfacedefence				= 10
	airdefence					= 4
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 6
	navalattack					= 9
	range						= 1500 # -20%
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 3 - Advanced Torpedo Bomber (AD-1 Skyraider)
model = {
	cost 						= 14
	buildtime					= 120
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 580
	surfacedetectioncapability	= 4
	airdetectioncapability		= 1
	surfacedefence				= 13
	airdefence					= 8
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 9
	navalattack					= 12
	range						= 2400 # -20%
	supplyconsumption 			= 2
	fuelconsumption				= 3
